home *** CD-ROM | disk | FTP | other *** search
- #ifdef iskanji
- #undef iskanji
- #endif
-
- #ifdef iskanji2
- #undef iskanji2
- #endif
-
- #define ISKAN1 1
- #define ISKAN2 2
-
- #ifdef iskanji
- #define iskanji(c) (kantbl[(unsigned char)c]&ISKAN1)
- #define iskanji2(c) (kantbl[(unsigned char)c]&ISKAN2)
- #endif
-
- int kbhit(void);
- int getch(void);
-
- void cflush(void);
- void *wind(int x1,int y1,int x2,int y2,
- int col,int bak,int cur,
- int fx,int fy,int stl);
- void locate(int x,int y);
- void color(int col);
- void putch(char ch);
- void cputs(char *str);
- void cprintf(char *form,...);
- void cur_dsp(short);
- void putstr();
- void putsys();
- void putmode();
-